home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00350.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  561 b   |  28 lines

  1. on mouseUp
  2.   global gStart, gSound
  3.   repeat with x = 13 to 18
  4.     puppetSprite(x, 1)
  5.     set the visible of sprite x to 1
  6.     puppetSprite(x, 0)
  7.   end repeat
  8.   repeat with x = 3 to 7
  9.     puppetSprite(x, 1)
  10.     set the visible of sprite x to 1
  11.     puppetSprite(x, 0)
  12.   end repeat
  13.   quitmov()
  14.   updateStage()
  15.   setdef()
  16.   set the soundLevel to gSound
  17.   puppetSound("OPEN.AIF")
  18.   updateStage()
  19.   setbar()
  20.   puppetSprite(4, 0)
  21.   repeat with x = 46 to 47
  22.     puppetSprite(x, 1)
  23.     set the visible of sprite x to 0
  24.     puppetSprite(x, 0)
  25.   end repeat
  26.   go("no")
  27. end
  28.